@charset "utf-8";
html{
    font-size: 16px;
}
@media(min-width:992px){    
    .container-fluid{    
        width:95%;
        max-width:1430px;   
    }
}
body{
    font-size: 1rem;
    line-height: 1.7;
    background: #fff;
    font-weight: 300;
    color: #181818;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Source Han Sans CN", "Microsoft YaHei", "KaiTi", sans-serif;
    max-width: 1920px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media(max-width:992px){
    html{
        font-size: 13px;
    }
    body{
        line-height: 1.5;
    } 
}
*{
    margin: 0px;
    padding: 0px;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
    list-style:none;
    margin: 0px 0px 0px 0px;
}
a{
    text-decoration:none;
    color:#2b2b2b;
    transition: all 0.6s;
}
a:hover{
    text-decoration:none;
    color:#00509a;
}
a:focus{
    text-decoration:none !important;
}
img{
    max-width: 100%;   
}
.banner .swiper-button-next, .banner .swiper-button-prev{
    background-size: 18px 44px;
}
.banner .swiper-button-next{
    right: 10px;
}
.banner .swiper-button-prev{
    left: 10px;
}
.banner .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
}
.banner.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 30px;
}
.banner .swiper-pagination-bullet-active{
    background-color: #00509a;
    border: 1px solid #00509a;
}
/* 底部 */
footer{
    padding: 90px 0 40px 0;
    background: #181818;
    color: #fff;
    border-top: 10px solid #ffd118;
}
.fmenu{ 
    display: flex;  
}
.foot-nav{
    margin-right: 5%;
}
.foot-contact{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.foot-nav p.name,.foot-contact p.name{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5rem; 
}
.foot-nav ul li{
    width: 100%;  
}
.foot-nav ul li a{  
    color: #fff;
    white-space: nowrap;
    display: block; 
}
.er-box {
    text-align: center;
    width: 120px;
    margin: 0px 0px 0px 2%;
    padding: 10px; background:#fff;
}
.er-box p{
    font-size: 0.875rem;
    color: #2b2b2b;
    margin-top: 0.5rem;
}
footer .foot-text{  
    padding: 20px 0px;
    margin-top: 30px;
    border-top: 1px solid #3a3a37;
}
footer .foot-text a,.foot-contact ul li a{
    color: #fff;
}

@media(max-width:767px){ 
    footer{
        padding:40px 0 20px 0;
    }    
    footer .foot-contact ul li,.foot-nav ul li { 
        font-size: 13px;
    }
    .foot-contact .er-box {        
        padding: 5px;
        width: 25%;
        margin: 0px 3% 0px 0px;
    }
    footer .foot-contact ul{
        width: 70%;
    }
    footer .foot-text {
        padding: 15px 0px;
        margin-top: 20px;
    }
    footer .foot-logo {
        margin-bottom: 5px;  
    }
    footer .foot-logo img{
        height: 45px;
    }   
}
/* 侧边悬浮框 */
.float-box{
    position: fixed;
    bottom:20%;
    right:-80px;
    z-index:999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.float-box.active{
    right:10px;
}
.float-box ul li{
    text-align: center;
    position: relative;
}
.float-box ul li a{
    color:#fff;
    display: block;
    padding: 2px 10px;
    border-radius: 2px;
    background: #ffd118;
}
.float-box ul li a span{
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
}
.float-box ul li:hover a{
    color: #fff;
}
/* 手机底部 */
.m-footer{
    position: fixed;
    left:0;
    bottom:0;
    width:100%;
    display: none;
    z-index:999;
}
.m-footer ul{
    margin:0;
    overflow: hidden;
}
.m-footer ul li{
    width:25%;
    height:50px;
    float: left;
    background:#3b3b3b;
    border-left:1px solid rgba(255,255,255,0.7);
    text-align: center;
    line-height: 50px;
}
.m-footer ul li:first-child{
    border-left:none;
}
.m-footer ul li a{
    color:#fff;
}
@media(max-width:991px){
    .m-footer{
        display: block;
    }
}
.pre-next{
    font-size: 14px;
}
/* 页码 */
.page-box{
    margin:30px 0;
    text-align: center;
    font-size: 14px;
}
.page-box .pagination{
    overflow: hidden;
}
.page-box .pagination a{
    display: block;
    float: left;
    padding:5px 15px;
    background:#F5F5F5;
    border-radius: 2px;
    text-align: center;
    margin:8px 3px;
}
.page-box .pagination .page-num,
.page-box .pagination .page-item{
    background:#eee;
}
.page-box .pagination .page-num-current{
    background:#0078c9 !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}